[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            Checksum_block - calculate checksum for a block

  Syntax              unsigned char Checksum_block(char *b, int size);

  Prototype in        comm.h

  Remarks             calculates a checksum value based on the block
                      given. A checksum value is commonly used by older
                      transmission protocols such as Xmodem.

  Return value        returns a checksum value for the block operated on.

  See also            CRC16_block(), CRC16tupdate(), CRC16update(),
                      CRC32tupdate()


See Also: CRC16_block() CRC16tupdate() CRC16update() CRC32tupdate()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson